]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/ife
Add 'packages/load-relative/' from commit '15ffaa9ebf1b7bbfcc307d1716eec135253b3b8d'
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / ife
1 # name: if ... else ... end
2 # key: ife
3 # --
4 if ${1:condition}
5 $2
6 else
7 $3
8 end